﻿@charset "utf-8";
/* CSS Document */

@media screen and (max-width: 750px){
	.pc{display: none;}
}

html {
	font-size: 62.5%;
}
body {
	font-size:16px;
	font-size: 1.6rem;
}
* {
	margin:0;
	padding:0;
	list-style:none;
	outline:none;
	border:0;
	text-decoration:none;
	font-family:"微软雅黑";
	color:#333;
}
.clear {
	clear:both;
}
.dcon {
	overflow: hidden;
	margin:0 auto;
	min-width: 320px;
	max-width: 640px;
	position:relative;
	height:100%;/*	background-color:#f4f4f4;*/
}
.topc {
	overflow:hidden;
	background:url(../images/sj-jbs.jpg) top left;
	background-repeat:repeat-x;
	padding:14px 14px 14px 14px;
	background-size:contain;
}
.topc>a {
	display:block;
	width:82%;
}
.topc>a img {
	width:100%;
}
input::-webkit-input-placeholder {
 color:868686;
font-size:14px;
}
input::-moz-placeholder {
 color:868686;
font-size:14px;
}
input:-moz-placeholder {
 color:868686;
font-size:14px;
}
 input:-ms-input-placeholder {
 color:868686;
font-size:14px;
}
.syss {
	width:100%;
	overflow:hidden;
	margin-top:10px;
}
.syss>div {
	overflow:hidden;
	background-color:#eda709;
	border-radius:10px;
}
.syss>div input[type="text"] {
	height:34px;
	border-radius:10px;
	width:80%;
	float:left;
	background-color:#fff;
	padding-left:10px;
}
.syss>div input[type="submit"] {
	height:34px;
	width:16%;
	float:left;
	background:url(../images/sj-sou.png) center no-repeat;
	background-size:26px;
	cursor:pointer;
}
.syss p {
	margin-top:8px;
	color:#255fb0;
	font-size:14px;
}
.syss p a {
	margin:0 1.8%;
	color:#255fb0;
	font-size:14px;
}
.btnMenu {
	background:url(../images/sj-icoMenu_01.png) no-repeat;
	background-size:contain;
	top: 20px;
	width: 28px;
	height: 22px;
	right: 20px;
	position: absolute;
}
.menu-box {
	background: rgba(2, 137, 255, 0.9);
	top: 0px;
	width: 122px;
	height: 644px;
	right: 0px;
	display: none;
	position: absolute;
	z-index: 9999;
}
.menu-box .pClose {
	padding-top: 16px;
}
.menu-box .pClose i {
	background:url(../images/sj-icoClose_01.png) no-repeat;
	transition:transform 0.4s ease-out;
	width: 20px;
	height: 20px;
	margin-right: 20px;
	float: right;
	cursor: pointer;
	-webkit-transition: -webkit-transform 0.4s ease-out;
	-moz-transition: -moz-transform 0.4s ease-out;
}
.menu-box .pClose i:hover {
/*	transform: rotate(180deg); -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg);
*/}
.menu-box .pSearch {
	background: rgb(255, 255, 255);
	margin: 35px 18px 0px;
	height: 42px;
}
.menu-box .pSearch input[type='text'] {
	background: none;
	margin: 3px 0px 0px 4px;
	border: currentColor;
	border-image: none;
	width: 100px;
	height: 36px;
	float: left;
}
.menu-box .pSearch input[type='button'] {
	background: url(icoSear_01.png) no-repeat;
	margin: 8px 5px 0px 0px;
	border: currentColor;
	border-image: none;
	width: 26px;
	height: 26px;
	float: right;
}
.menu-box .menu {
	text-align: center;
	padding-top:30px;
}
.menu-box .menu li {
	-font: 1.7rem/2rem "";
	padding: 4px;
	-height: 44px;
	font-size-adjust: none;
	font-stretch: normal;
}
.menu-box .menu li a {
	color: rgb(255, 255, 255);
	text-decoration: none;
	font-size:1.4rem;
}
.menu-box .menu li a img {
	display:block;
	width:20%;
	margin:0px auto 10px auto;
}
.menu-box .menu>b {
	display:block;
	margin:2px auto;
	width:60%;
}
.menu-box .menu>b img {
	width:100%;
}
.showMenu .menu-box {
	display: block;
}
.dblbt .swiper-container {
	padding: 14px 14px 40px 14px;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
      display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-slide img {
	width:100%;
	height:100px;
	display:block;
}
.jycom {
	-float:left;
	overflow:hidden;
	margin:6px 0 0px 0;
	padding:0 14px;
}
.jycom ul {
	overflow:hidden;
	-padding-top:10px;
}
.jycom ul li {
	overflow:hidden;
	float:left;
	width:48%;
	margin:16px 0;
}
.jycom ul li:nth-child(even) {
float:right;
}
.jycom ul li a {
	display:block;
	overflow:hidden;
}
.jycom ul li a i {
	display:block;
	float:left;
	border:1px solid #56c57d;
	border-radius:10px;
	width:28%;
	height:50px;
	overflow:hidden;
}
.jycom ul li a i img {
	width:30px;
	margin:auto;
	display:block;
	margin-top:10px;
}
.jycom ul li a p {
	float:right;
	line-height:1.6;
	width:62%;
}
.jycom .tit p {
	color:#55c57c;
	border-bottom:5px solid #55c57c;
}
.shbxc .tit p {
	color: #017ce9;
	border-bottom: 5px solid #017ce9;
}
.shbxc ul li a i {
	border: 1px solid #017ce9;
}
.ldgxc .tit p {
	color: #eda70a;
	border-bottom: 5px solid #eda70a;
}
.ldgxc ul li a i {
	border: 1px solid #eda70a;
}
.rsrcc .tit p {
	color: #ff6362;
	border-bottom: 5px solid #ff6362;
}
.rsrcc ul li a i {
	border: 1px solid #ff6362;
}
.bmfw p img {
	width:110px;
	margin-top:6px;
}
.bmfw {
	border-bottom:0px;
}
.zfxx {
	overflow:hidden;
	padding:0 14px;
	margin:14px 0;
}
.zfxx a {
	display:block;
	width:17%;
	padding:14px 0;
	overflow:hidden;
	margin:0 1.8%;
	background-color:#dcf1ff;
	float:left;
	border-radius:10px;
	height:90px;
}
.zfxx a img {
	display:block;
	width:36px;
	margin:0 auto 10px auto;
}
.zfxx a p {
	text-align:center;
	color:#333;
	font-size:14px;
}
.zfxx a.xx1 {
	margin-left:0px;
}
.zfxx a.xx2 {
	margin-right:0px;
}
.zfxx a:nth-child(2) {
background-color:#ffe5d7;
}
.zfxx a:nth-child(4) {
background-color:#ffefd6;
}
.bsdt {
	padding:0 14px;
}
.bsdt img {
	width:100%;
}
.bmc {
	overflow:hidden;
	padding:10px 14px;
}
.tit {
	overflow:hidden;
	line-height:34px;
	margin-bottom:6px;
}
.tit p {
	color:#0289ff;
	float:left;
	font-weight:normal;
	font-size:1.8rem;
}
.tit a {
	float:right;
	color:#666;
	font-weight:normal;
}
.bmc div {
	overflow:hidden;
}
.bmc div a {
	display:block;
	float:left;
	width:23%;
	border:1px solid #c7d9f2;
	padding:10px 0;
}
.bmc div a img {
	display:block;
	margin:0 auto 10px auto;
	width:26%;
}
.bmc div a p {
	text-align:center;
	font-size:12px;
}
.bmc div a.bm2 {
	margin:0 1.8%;
}
.tpxw {
	overflow:hidden;
	padding:0 14px;
}
.am-slides {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.am-slider {
	margin: 0px;
	padding: 0px;
}
.am-slider .am-slides::after {
 display: table;
content: " ";
}
.am-slider .am-slides::before {
 display: table;
content: " ";
}
.am-slider .am-slides::after {
 clear: both;
}
.am-slider .am-slides > li {
	display: none;
	position: relative;
	-webkit-backface-visibility: hidden;
}
.no-js .am-slider .am-slides > li:first-child {
	display: block;
}
.am-slider .am-slides img {
	width: 100%;
	height:200px;
	display: block;
}
.am-pauseplay span {
	text-transform: capitalize;
}
.am-slider {
	position: relative;
}
.am-viewport {
	transition:1s;
	-webkit-transition: all 1s ease;
}
.am-slider-carousel li {
	margin-right: 5px;
}
.am-control-nav {
	position: absolute;
}
.am-control-nav li {
	display: inline-block;
}
.am-control-thumbs {
	overflow: hidden;
	position: static;
}
.am-control-thumbs img {
	transition:1s;
	-webkit-transition: all 1s ease;
}
.am-slider-slide .am-slides > li {
	display: none;
	position: relative;
}
.am-slider-slide .am-slides > .active {
	display: block;
}
.am-slider-slide .am-slides > .next {
	display: block;
}
.am-slider-slide .am-slides > .prev {
	display: block;
}
.am-slider-slide .am-slides > .active {
	left: 0px;
}
.am-slider-slide .am-slides > .next {
	top: 0px;
	width: 100%;
	position: absolute;
}
.am-slider-slide .am-slides > .prev {
	top: 0px;
	width: 100%;
	position: absolute;
}
.am-slider-slide .am-slides > .next {
	left: 100%;
}
.am-slider-slide .am-slides > .prev {
	left: -100%;
}
.am-slider-slide .am-slides > .left.next {
	left: 0px;
}
.am-slider-slide .am-slides > .right.prev {
	left: 0px;
}
.am-slider-slide .am-slides > .left.active {
	left: -100%;
}
.am-slider-slide .am-slides > .right.active {
	left: 100%;
}
.am-slider-default {
	-margin: 0px 0px 20px;
	border-radius: 2px;
	-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15);
	background-color: rgb(255, 255, 255);
}
.am-slider-default .am-viewport {
	transition:1s;
	max-height: 2000px;
	-webkit-transition: all 1s ease;
}
.loading .am-slider-default .am-viewport {
	max-height: 300px;
}
.am-slider-default .carousel li {
	margin-right: 5px;
}
/*按钮*/
.am-slider-default .am-direction-nav a {
	margin: -18px 0px 0px;
	transition:0.3s;
	top: 50%;
	width: 36px;
	height: 36px;
	color: rgba(0, 0, 0, 0.65);
	overflow: hidden;
	display: block;
	position: absolute;
	z-index: 10;
	cursor: pointer;
	opacity: 0.45;
-webkit-transition: all .3s ease;
	-background:url(../images/sj-aa1.png) center no-repeat;
}
.am-slider-default .am-direction-nav a::before {
 width: 100%;
height: 36px;
text-align: center;
color: rgb(51, 51, 51);
line-height: 36px !important;
font-family: FontAwesome, sans-serif;
font-size: 24px !important;
font-style: normal;
font-variant: normal;
font-weight: normal;
display: inline-block;
font-size-adjust: none;
font-stretch: normal;
transform: translate(0px, 0px);
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-transform: translate(0, 0);
}
.am-slider-default .am-direction-nav a.am-next::before {
 -background:url(../images/sj-aa.png) center no-repeat;
}
/**/
.am-slider-default .am-direction-nav .am-prev {
	left: 10px;
}
.am-slider-default .am-direction-nav .am-next {
	text-align: right;
	right: 10px;
	-background:url(../images/sj-aa.png) center no-repeat;
}
.am-slider-default .am-direction-nav .am-disabled {
	cursor: default;
	opacity: 0 !important;
}
.am-slider-default:hover .am-prev {
	left: 10px;
	opacity: 0.7;
}
.am-slider-default:hover .am-prev:hover {
	opacity: 1;
}
.am-slider-default:hover .am-next {
	right: 10px;
	opacity: 0.7;
}
.am-slider-default:hover .am-next:hover {
	opacity: 1;
}
.am-slider-default .am-pauseplay a {
	left: 10px;
	width: 20px;
	height: 20px;
	bottom: 5px;
	color: rgb(0, 0, 0);
	overflow: hidden;
	display: block;
	position: absolute;
	z-index: 10;
	cursor: pointer;
	opacity: 0.8;
}
.am-slider-default .am-pauseplay a::before {
 font: 20px FontAwesome, sans-serif;
display: inline-block;
content: "\f04c";
font-size-adjust: none;
font-stretch: normal;
transform: translate(0px, 0px);
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-transform: translate(0, 0);
}
.am-slider-default .am-pauseplay a:hover {
	opacity: 1;
}
.am-slider-default .am-pauseplay a.am-play::before {
 content: "\f04b";
}
.am-slider-default .am-slider-desc {
	width: 100%;
	height:40px;
	line-height:40px;
	bottom: 0px;
	color: rgb(255, 255, 255);
	position: absolute;
	background-color: rgba(0, 0, 0, 0.7);
}
.am-slider-default .am-slider-desc a {
	margin-left:4px;
	width:66%;
	display:block;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	color:#fff;
}
.am-slider-default .am-control-nav {
	width: 100%;
	text-align: center;
	bottom: 14px;
	position: absolute;
	right:-150px;
}
.am-slider-default .am-control-nav li {
	margin: 0px 6px;
	display: inline-block;
}
.am-slider-default .am-control-nav li a {
	border-radius: 20px;
	width: 10px;
	height: 10px;
	line-height: 0;
	text-indent: -9999px;
	font-size: 0px;
	display: block;
	cursor: pointer;
	background-color:rgba(255, 255, 255, .5);
}
.am-slider-default .am-control-nav li a:hover {
/*	background-color: rgba(0, 0, 0, 0.7);
*/}
.am-slider-default .am-control-nav li a.am-active {
	cursor: default;
	background-color:#fff;
}
.am-slider-default .am-control-thumbs {
	margin: 5px 0px 0px;
	overflow: hidden;
	position: static;
}
.am-slider-default .am-control-thumbs li {
	margin: 0px;
	width: 25%;
	float: left;
}
.am-slider-default .am-control-thumbs img {
	width: 100%;
	height: auto;
	display: block;
	cursor: pointer;
	opacity: 0.7;
}
.am-slider-default .am-control-thumbs img:hover {
	opacity: 1;
}
.am-slider-default .am-control-thumbs .am-active {
	cursor: default;
	opacity: 1;
}
.am-slider-default .am-control-thumbs i {
	position: absolute;
}
.zxzx {
	overflow:hidden;
	padding:10px 14px;
	padding:4px;
	background-color:#e4f1ff;
}
/*.zxzx ul {
	padding-top:6px;
}*/
.zxzx ul li {
	overflow:hidden;
	line-height:38px;
}
.zxzx ul li span {
	color:#999;
	float:left;
	letter-spacing:3px;
	margin:0 4px 0 4px;
}
.zxzx ul li a {
	float:left;
	display:block;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	width:80%;
}
.zxzx .tit {
	border-bottom:1px solid #ccc;
}
.zxzx .tit p {
	border-bottom:2px solid #0088ff;
	padding:0 10px;
}
.icon-hot{
	background-color: #ff0000;
    color: #fff!important;
    border-radius: 4px;
    width: 25px;
    line-height: 28px;
    margin-top: 4px!important;
    text-align: center;
	letter-spacing: normal!important;
	}
.icon-new{
	background-color: #FF9812;
    color: #fff!important;
    border-radius: 4px;
    width: 25px;
    line-height: 28px;
    margin-top: 4px!important;
    text-align: center;
	letter-spacing: normal!important;
	}
.shbx {
	overflow:hidden;
	padding:0 14px;
}
.shbx a {
	display:block;
	width:48%;
	overflow:hidden;
	margin:5px 0px;
	float:left;
	background-color:#e5f1fc;
	height:44px;
	line-height:44px;
	border-radius:6px;
}
.shbx a img {
	width:24px;
	margin:10px 5% 0 5%;
	display:block;
	float:left;
}
.shbx a p {
	float:left;
	color:#199ef9;
}
.shbx a.bx1 {
	margin-left:0px;
}
.shbx a.bx2 {
	margin-right:0px;
	float:right;
}
.shbx a:nth-child(2) {
background-color:#ffe5d7;
}
.shbx a:nth-child(2) p {
color:#ff7f02;
}
.shbx a:nth-child(3) {
background-color:#ffefd6;
}
.shbx a:nth-child(3) p {
color:#ffa32e;
}
.erwm {
	padding:10px 14px;
}
.erwm img {
	width:100%;
}
.dbf {
	overflow:hidden;
	padding:14px 14px 0 14px;
	background-color:#d8e6f3;
}
.xgljs {
	overflow:hidden;
	border-bottom:1px solid #999;
	padding-bottom:10px;
}
.xgljs a {
	display:block;
	line-height:34px;
	font-size:1.4rem;
}
.dbbs {
	margin:10px 0;
}
.dbbs>a {
	font-size:12px;
	line-height:30px;
	color:#677685;
	margin-right:8px;
}
.dbbs div a img {
	width:66px;
	margin:0 auto;
	display:block;
}
/*------------------------------------------------------------------------------------------------*/
.nrdc {
	overflow:hidden;
	padding:14px;
}
.wzwz {
	overflow:hidden;
	border-top:1px solid #d0deea;
	border-bottom:1px solid #d0deea;
	height:40px;
	line-height:40px;
}
.wzwz img {
	width:20px;
	vertical-align:middle;
	margin:0 0px 0 14px;
}
.wzwz a {
	margin:0 10px;
	font-size:14px;
}
.ztzlk a {
	margin-bottom:14px;
	display:block;
}
.ztzlk a img {
	width:100%;
}
.fcleft form {
	background-color:#ecf0f5;
	padding:6% 6% 6px 6%;
	margin-bottom:16px;
}
.fcleft form input {
	width:96%;
	padding-left:3%;
	margin-bottom:16px;
	height:40px;
	line-height:40px;
	display:block;
}
.fcleft form input[type="button"] {
	background-color:#0289ff;
	color:#fff;
	text-align:center;
	cursor:pointer;
	padding-left:0px;
	width:99%;
}
.zqyj {
	overflow:hidden;
	margin-bottom:10px;
}
.zqyj li {
	float:left;
	height:40px;
	line-height:40px;
	border:1px solid #b4c0cb;
	padding:0 1.5%;
	margin:1% 1%;
}
.zqyj li a {
	display:block;
}
.zqyj li.zqact {
	background:url(../images/sj-zfbg.png) #fff 101% bottom no-repeat;
	border:1px solid #1682ec;
}
.zqyj li.zqact a {
	color:#1682ec;
}
.zcybt a {
	display:block;
	border: 1px solid #c7d9f2;
	overflow:hidden;
	height:44px;
	line-height:44px;
}
.zcybt a img {
	width: 34px;
	margin: 8px 4% 0 5%;
	float:left;
}
.zcybt a p {
	float:left;
}
.lmdhc h1 {
	overflow:hidden;
	color:#0289ff;
	font-size:16px;
	margin:20px auto 4px auto;
}
.lmdhc h1 span {
	display:inline-block;
	width:4px;
	height:20px;
	background-color:#0289ff;
	vertical-align:middle;
	margin-right:12px;
}
.lmdhc p {
	float:right;
}
.lmdhc p a {
	margin:0 10px;
}
.lmlbc {
	overflow:hidden;
}
.lmlbc li {
	overflow:hidden;
	line-height:40px;
}
.lmlbc li p {
	float:left;
	overflow:hidden;
	width:65%;
}
.lmlbc li p span {
	color:#c60a0a;
	float:left;
}
.lmlbc li p a {
	display:block;
	float:left;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	max-width:100%;
	color:#282828;
	margin-left:8px;
}
.lmlbc li em {
	float:right;
	font-style:normal;
	width:35%;
	color:#999;
	text-align:right;
	font-size:14px;
}
.zxzxc .zqyj li {
	width:30%;
	margin:4px 1%;
	padding:0;
	text-align:center;
}
.zxwz {
	width:100%;
	overflow:hidden;
	margin-bottom:20px;
}
.zxwz img {
	width:100%;
	height:200px;
}
.zxwz div {
	overflow:hidden;
	margin-top:14px;/*background-color:#eef4f9;*/
}
.zxwz div b {
	display:block;
	float:left;
	width:100%;
}
.zxwz div p {
	float:left;
	width:100%;
	margin-top:10px;
}
.zxwz div p a {
	display:block;
	margin-bottom:10px;
}
.zxwz div p a b {
	display:inline-block;
	width:100%;
	line-height:24px;
	color:#909090;
	font-size:13px;
	font-weight:400;
}
.zxwz div p a span {
	display:inline-block;
	width:100%;
	line-height:24px;
	font-size:16px;
}
.spxc {
	width:100%;
	overflow:hidden;
}
.spxc img {
	width:100%;
}
.spxc>div {
	overflow:hidden;
	margin-top:14px;
}
.spxc>div div {
	width:49%;
	float:left;
}
.spxc>div div.sper {
	float:right;
}
.spxc>div div a p {
	line-height:40px;
	height:40px;
	text-align:center;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.wzk {
	border-bottom:1px solid #d0deea;
}
.wzk p {
	border-bottom:3px solid #0289ff;
	padding:0 10px;
}
.jzxx {
	overflow:hidden;
	margin-top:14px;
}
.jzxx a {
	display:block;
	height:40px;
	padding-top:20px;
	margin-bottom:14px;
	overflow:hidden;
	background:url(../images/sj-hd1.png) #0289ff 6% center no-repeat;
	background-size:40px;
	padding-left:26%;
	color:#fff;
}
.jzxx a span {
	color:#fff;
	font-size:12px;
}
.jzxx a.zx {
	background:url(../images/sj-hd14.png) #00cbe1 6% center no-repeat;
	background-size:40px;
}
.jzxx a.ms {
	background:url(../images/sj-hd15.png) #ffbb49 6% center no-repeat;
	background-size:40px;
}
.jzxx a.xa {
	background:url(../images/sj-hd2.png) #00cbe1 6% center no-repeat;
	background-size:40px;
}
.jzxx a.jg {
	background:url(../images/sj-hd3.png) #9cbb4a 6% center no-repeat;
	background-size:40px;
}
.jzxx a.cj {
	background:url(../images/sj-hd4.png) #00cbe1 6% center no-repeat;
	background-size:40px;
}
.jzxx a.hg {
	background:url(../images/sj-hd12.png) #ffbb49 6% center no-repeat;
	background-size:40px;
}
.jzxx a.ap {
	background:url(../images/sj-hd13.png) #9cbb4a 6% center no-repeat;
	background-size:40px;
}
.jzxx a.wx {
	background:url(../images/sj-hd7.png) #ffbb49 6% center no-repeat;
	background-size:40px;
}
.jzxx a.wb {
	background:url(../images/sj-hd8.png) #0289ff 6% center no-repeat;
	background-size:40px;
}
.jzxx a.zx {
	background:url(../images/sj-hd9.png) #9cbb4a 6% center no-repeat;
	background-size:40px;
}
.jzxx a.qr {
	background:url(../images/sj-hd11.png) #00cbe1 6% center no-repeat;
	background-size:40px;
}
.jzxx a.zn {
	background:url(../images/sj-hd10.png) #0289ff 6% center no-repeat;
	background-size:40px;
}
.nrdc1 {
	padding:14px;
	min-height:400px;
}
.lmdhc1 h1 {
	margin: 4px auto 4px auto;
	color:#1682ec;
}
.lmdhc1 h1 span {
	background-color:#1682ec;
}
.m-header1 {
	position:relative;
	height:40px;
}
/*------------*/
.btnMenu1 {
	background:url(../images/sj-2.png) left center no-repeat;
	background-size:28px;
	height: 28px;
	display:block;
	position:absolute;
	right:0px;
	top:0px;
	padding-left:40px;
	color:#1682ec;
}
.btnMenu1 img {
	vertical-align:middle;
	margin-left:10px;
}
.menu-box1 {
	background:#fff;
	top: 36px;
	width: 100%;
	min-height:430px;
	right: 0px;
	display: none;
	position: absolute;
	z-index: 9999;
	border-top:2px solid #1682ec;
	border-bottom:2px solid #1682ec;
	overflow:hidden;
}
.menu-box1 .pClose1 i {
	background: url(../images/sj-1.png) no-repeat;
	transition: transform 0.4s ease-out;
	width: 20px;
	height: 20px;
	margin-right: 20px;
	margin-top:10px;
	float: right;
	cursor: pointer;
	-webkit-transition: -webkit-transform 0.4s ease-out;
	-moz-transition: -moz-transform 0.4s ease-out;
}
.showMenu1 .menu-box1 {
	display: block;
}
/* Layout & Style */

.accordion li > a {
	display: block;
	position: relative;
	padding: 0 10px 0 40px;
	height: 44px;
	color: #4c4c4c;
	-font: bold 12px/32px Arial, sans-serif;
	text-decoration: none;
	background-color:#ecf0f5;
}
.accordion>li > a {
	line-height:40px;
	font-size:16px;
	padding-left:30%;
}
.accordion > li:hover > a, .accordion > li:target > a, .accordion > li > a.active-zd {
	color: #0289ff;
	background: #fff;
}
.accordion li > a span {
	display: block;
	position: absolute;
	top: 7px;
	right: 0;
	padding: 0 10px;
	margin-right: 10px;
	background: #404247;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.accordion > li:hover > a span, .accordion > li:target > a span, .accordion > li > a.active-zd span {
	color: #fdfdfd;
	background: #3e5706;
}
/* Images */

.accordion > li > a:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 24px;
	height: 24px;
	margin: 9px 8px 0 10%;
	background-repeat: no-repeat;
	background-image:url(../images/sj-icons.png);
	background-position: 0px 0px;
}
.accordion li.files > a:before {
	background-position: 0px 0px;
}
.accordion li.files:hover > a:before, .accordion li.files:target > a:before, .accordion li.files > a.active-zd:before {
	background-position: 0px -24px;
}
/* Sub Menu */

.sub-menu li a {
	color: #4c4c4c;
	background: #fff;
	font-size:14px;
	line-height:24px;
	padding-left:23%;
}
.sub-menu li:hover a {
	color: #0289ff;
}
.sub-menu li:last-child a {
	border: none;
}
.sub-menu li > a span {
	color: #797979;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, .2);
	background: transparent;
	border: 1px solid #c9c9c9;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.sub-menu em {
	position: absolute;
	top: 7px;
	left: 8%;
	width:20px;
	height:20px;
	background:url(../images/sj-zc7.png) center no-repeat;
	background-size:82%;
}
.sub-menu li:hover a em {
	background:url(../images/sj-zc7-1.png) center no-repeat;
	background-size:82%;
}
/* Functionality */

.accordion li > .sub-menu {
	display: none;
	padding:10px 0;
	background-color:#fff;
}
.accordion li:target > .sub-menu {
	display: block;
}
.menu-box1 .accordion {
	overflow:hidden;
	padding:16px 0 14px 0;
	width:100%;
}
.menu-box1 .accordion > li {
	margin:0 1% 10px 1%;
	width:47%;
	float:left;
}
.menu-box1 .accordion > li a {
	line-height:44px;
}
.menu-box1 .accordion > li:hover > a, .zfgk .accordion > li:target > a, .menu-box1 .accordion > li > a.active-zd {
	color:#fff;
	background-color:#0289ff;
}
.menu-box1 .accordion li.files:hover > a::before, .menu-box1 .accordion li.files:target > a::before, .menu-box1 .accordion li.files > a.active-zd::before {
 background-position: -24px -24px;
}
.menu-box1 .accordion li.mail > a:before {
	background-position: -52px 0px;
}
.menu-box1 .accordion li.mail:hover > a:before, .menu-box1 .accordion li.mail:target > a:before, .menu-box1 .accordion li.mail > a.active-zd:before {
	background-position: -52px -24px;
}
.menu-box1 .accordion li.cloud > a:before {
	background-position: -76px 0px;
}
.menu-box1 .accordion li.cloud:hover > a:before, .menu-box1 .accordion li.cloud:target > a:before, .menu-box1 .accordion li.cloud > a.active-zd:before {
	background-position: -76px -24px;
}
.menu-box1 .accordion li.sign > a:before {
	background-position: -100px 0px;
}
.menu-box1 .accordion li.sign:hover > a:before, .menu-box1 .accordion li.sign:target > a:before, .menu-box1 .accordion li.sign > a.active-zd:before {
	background-position: -100px -24px;
}
.menu-box1 .accordion li.gkzn > a:before {
	background-position: -128px 0px;
}
.menu-box1 .accordion li.gkzn:hover > a:before, .menu-box1 .accordion li.gkzn:target > a:before, .menu-box1 .accordion li.gkzn > a.active-zd:before {
	background-position: -128px -24px;
}
.menu-box1 .accordion li.gkml > a:before {
	background-position: -152px 0px;
}
.menu-box1 .accordion li.gkml:hover > a:before, .menu-box1 .accordion li.gkml:target > a:before, .menu-box1 .accordion li.gkml > a.active-zd:before {
	background-position: -152px -24px;
}
.menu-box1 .accordion li.gknb > a:before {
	background-position: -178px 0px;
}
.menu-box1 .accordion li.gknb:hover > a:before, .menu-box1 .accordion li.gknb:target > a:before, .menu-box1 .accordion li.gknb > a.active-zd:before {
	background-position: -178px -24px;
}
.menu-box1 .accordion li.ysq > a:before {
	background-position: -204px 0px;
}
.menu-box1 .accordion li.ysq:hover > a:before, .menu-box1 .accordion li.ysq:target > a:before, .menu-box1 .accordion li.ysq > a.active-zd:before {
	background-position: -204px -24px;
}
.menu-box1 .accordion li.xzzf > a:before {
	background-position: -231px 0px;
}
.menu-box1 .accordion li.xzzf:hover > a:before, .menu-box1 .accordion li.xzzf:target > a:before, .menu-box1 .accordion li.xzzf > a.active-zd:before {
	background-position: -231px -24px;
}
.menu-box1 .accordion li.jcgk > a:before {
	background-position: -260px 0px;
}
.menu-box1 .accordion li.jcgk:hover > a:before, .menu-box1 .accordion li.jcgk:target > a:before, .menu-box1 .accordion li.jcgk > a.active-zd:before {
	background-position: -260px -24px;
}
.menu-box1 .accordion li.fwgk > a:before {
	background-position: -290px 0px;
}
.menu-box1 .accordion li.fwgk:hover > a:before, .menu-box1 .accordion li.fwgk:target > a:before, .menu-box1 .accordion li.fwgk > a.active-zd:before {
	background-position: -290px -24px;
}
.menu-box1 .accordion li > .sub-menu {
	background-color:#0289ff;
	padding:0 0 10px 0;
}
.menu-box1 .sub-menu li {
	width:90%;
	margin:0 auto;
	background-color:#d6e6f3;
	padding:6px 0;
}
.menu-box1 .sub-menu li a {
	background-color:#d6e6f3;
	line-height:34px;
	height:34px;
	margin:0;
}
.menu-box1 .sub-menu li:hover a {
	background-color:#b8cdde;
	color:#000;
}
.wencon {
	overflow:hidden;
	margin:10px auto 10px auto;
	overflow-x:auto;
}
.wencon h1 {
	width:80%;
	margin:0 auto;
	text-align:center;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	font-size:24px;
	color:#000;
}
.wencon p {
	text-align:center;
	margin:20px 0;
	color:#999;
}
.wencon p span {
	margin:0 10px;
	color:#999;
}
.wencon b {
	display:block;
	height:2px;
	background-color:#e6e6e6;
	margin-bottom:30px;
}
.wencon div {
	line-height:30px;
	margin-bottom:10px;
}
.yjssk {
	background:url(../images/sj-yjbg.jpg) center center no-repeat;
	background-size:100% 100%;
}
.yjssk .syss {
	margin:16px auto 10px auto;
}
.yjssk .syss p {
	color:#fff;
	margin-top:12px;
}
.yjssk .syss p a {
	color:#fff;
}
.yjssk > a {
	margin:0 auto;
}
.am-new-list .am-tabs-default .am-tabs-nav {
	background: none;
	line-height: 3.4rem;
	overflow: hidden;
	border-bottom-color:#e4e4e4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	position: relative;
}
.am-new-list .am-tabs-default .am-tabs-nav li {
	float: left;
	width:25%;
	text-align:center;
}
.am-new-list .am-tabs-default .am-tabs-nav li a {
	line-height:3.4rem;
	display:block;
}
.am-tabs-default .am-tabs-nav > .am-active a {
	background: none;
	color:#0289ff;
	border-bottom:2px solid #0289ff;
}
.am-new-list .am-tabs-bd {
	border: currentColor;
	border-image: none;
	background-color: rgb(255, 255, 255);
}
.am-tabs-bd {
	border-width: medium 1px 1px;
	border-style: none solid solid;
	border-color: currentColor rgb(221, 221, 221) rgb(221, 221, 221);
	transition:height 0.3s;
	border-image: none;
	overflow: hidden;
	position: relative;
	z-index: 100;
-webkit-transition: height .3s;
}
.am-tabs-bd .am-tab-panel {
	padding: 10px 0 0 0;
	transition:transform 0.3s, -webkit-transform 0.3s;
	top: 0px;
	-width: 100%;
	-float: left;
	visibility: hidden;
	position: absolute;
	z-index: 99;
	transform: translateX(-100%);
-webkit-transition: -webkit-transform .3s;
	-webkit-transform: translateX(-100%);
}
.am-tabs-bd .am-tab-panel * {
	-webkit-user-drag: none;
}
.am-tabs-bd .am-active.am-tab-panel {
	visibility: visible;
	position: relative;
	z-index: 100;
	transform: translateX(0px);
	-webkit-transform: translateX(0);
}
.am-tabs-bd .am-active.am-tab-panel ~ .am-tab-panel {
 transform: translateX(100%);
-webkit-transform: translateX(100%);
}
.txtList_01 li {
	line-height:36px;
	display:block;
	overflow:hidden;
	border-bottom:1px solid #e4e4e4;
	padding:6px 0;
}
.txtList_01 li>a {
	color:#333;
	display:block;
}
.txtList_01 li>a span {
	margin-right:12px;
	color:#cccccc;
}
.txtList_01 li p {
	overflow:hidden;
}
.txtList_01 li p a {
	color:#0289ff;
	text-align:center;
	float:left;
}
.txtList_01 li.ckgd {
	width:50%;
	height:32px;
	line-height:32px;
	text-align:center;
	background-color:#3783e6;
	margin:0 auto;
	border-radius:1rem;
	margin-top:14px;
}
.txtList_01 li.ckgd a {
	color:#fff;
	width:100%;
}
.txtList_01 li.sxmc {
	line-height:2.4rem;
	height:2.4rem;
	overflow:hidden;
	border-top:1px solid #e4e4e4;
	border-bottom:1px solid #e4e4e4;
	margin:10px 0;
}
.txtList_01 li.sxmc p {
	float:left;
	width:70%;
}
.txtList_01 li.sxmc span {
	float:right;
	width:22%;
	text-align:center;
}
/*1218*/
.gonggao {
	width:94%;
	margin:6px auto;
	height:40px;
	background:url(../images/sj-ggao.png) 1% center no-repeat;
	background-size:30px;
	-border:1px solid #bfccd8;
	overflow:hidden;
}
/* 本例子css */
		.txtMarquee-left {
	width:92%;
	position:relative;
	float:right;
}
.txtMarquee-left .hd {
	overflow:hidden;
	height:30px;
	background:#f4f4f4;
	padding:0 10px;
}
.txtMarquee-left .hd .prev, .txtMarquee-left .hd .next {
	display:block;
	width:5px;
	height:9px;
	float:right;
	margin-right:5px;
	margin-top:10px;
	overflow:hidden;
	cursor:pointer;
	background:url("images/sj-icoLeft.gif") no-repeat;
}
.txtMarquee-left .hd .next {
	background:url("images/sj-icoRight.gif") no-repeat;
}
.txtMarquee-left .bd {
	padding:0 10px;
}
.txtMarquee-left .bd .tempWrap {
	width:100% !important;
}/* 用 !important覆盖SuperSlide自动生成的宽度，这样就可以手动控制可视宽度。 */
.txtMarquee-left .bd ul {
	overflow:hidden;
	zoom:1;
}
.txtMarquee-left .bd ul li {
	margin-right:50px;
	float:left;
	height:40px;
	line-height:40px;
	text-align:left;
	_display:inline;
	width:auto !important;
}/* 用 width:auto !important 覆盖SuperSlide自动生成的宽度，解决文字不衔接问题 */
.txtMarquee-left .bd ul li a {
	color:#333;
}
.txtMarquee-left .bd ul li span {
	color:#999;
}
/*--------------------------------1009--kkk----------------------------------*/
.ztban img {
	width:100%;
	margin-bottom:12px;
}
.ztban1 img {
	width:100%;
	margin-top:12px;
}
.zcpdc .txtList_01 li>a {
	float:left;
	width:75%;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}
.zcpdc .txtList_01 li>p {
	float:right;
	color:#999;
}
.hzyh {
	overflow:hidden;
	margin-top:14px;
}
.hzyh a {
	float: left;
	display:block;
	width: 24%;
	height: auto;
	border: 1px solid #f6f6f6;
}
.hzyh a img {
	width:100%;
}
.rsrcnr .zqyj li {
	width: 46%;
}
.gxbysc1 .am-new-list .am-tabs-default .am-tabs-nav {
	border-bottom:0px;
}
.gxbysc1 .am-new-list .am-tabs-default .am-tabs-nav li {
	width:47%;
	height: 40px;
	line-height: 40px;
	border: 1px solid #b4c0cb;
	margin:1%;
}
.gxbysc1 .am-new-list .am-tabs-default .am-tabs-nav li a {
	line-height:40px;
}
.gxbysc1 .am-new-list .am-tabs-default .am-tabs-nav li a i {
	width:26px;
	height:26px;
	background:url(../images/sj-gx1-1.png) center no-repeat;
	display:inline-block;
	background-size:100%;
	vertical-align:middle;
	margin-right:4px;
}
.gxbysc1 .am-new-list .am-tabs-default .am-tabs-nav li a i.xgzc {
	background:url(../images/sj-gx2-1.png) center no-repeat;
	background-size:100%;
}
.gxbysc1 .am-tabs-default .am-tabs-nav > li.am-active {
	border: 1px solid #fff;
}
.gxbysc1 .am-tabs-default .am-tabs-nav > li.am-active a {
	background: url(../images/sj-zfbg.png) #fff 101% bottom no-repeat;
	border: 1px solid #1682ec;
}
.gxbysc1 .am-tabs-default .am-tabs-nav > li.am-active a i.tzgg {
	background:url(../images/sj-gx1.png) center no-repeat;
	background-size:100%;
}
.gxbysc1 .am-tabs-default .am-tabs-nav > li.am-active a i.xgzc {
	background:url(../images/sj-gx2.png) center no-repeat;
	background-size:100%;
}
.gxbysc1 .txtList_01 li p a {
	color: #333;
}
.gxbysc {
	overflow:hidden;
	margin:10px auto;
}
.gxbysc a {
	display:block;
	float:left;
	width:48%;
}
.gxbysc a:last-child {
	float:right;
}
.gxbysc a img {
	width:100%;
}
.rsrczq2 {
	overflow:hidden;
	margin:30px auto 20px auto;
}
.rsrczq2 a {
	display:block;
	float:left;
	width:48%;
	margin:1%;
	background-color:#faebe9;
	-border-top:4px solid #c42106;
	height:90px;
	line-height:90px;
	font-size:16px;
	color:#c42106;
	text-align:center;
	border-radius:8px;
}
.rsrczq2 a:nth-child(2) {
-border-top:4px solid #f39800;
color:#f39800;
background-color:#fef6e8;
margin-right:0;
}
.rsrczq2 a:nth-child(3) {
-border-top:4px solid #eb6100;
color:#eb6100;
background-color:#fdf1e8;
}
.rsrczq2 a:last-child {
	margin-right:0;
	-border-top:4px solid #0068b7;
	color:#0068b7;
	background-color:#e8f1f9;
}
.rsrczq2 a img {
	width:34px;
	vertical-align:middle;
	margin-right:6px;
}
.hyy {
	overflow:hidden;
	border-bottom:1px dashed #CCC;
	padding-bottom:26px;
	margin-bottom:10px;
}
.hyy>div {
	overflow:hidden;
	margin:16px 0;
}
.hyy>div img {
	display:block;
	float:left;
	width:30%;
	float:left;
}
.hyy>div div {
	float:right;
	width:67%;
}
.hyy>div div p {
	line-height:1.8;
	font-size:14px;
}
.hyy>div div p span {
	color:#0289ff;
	font-size:16px;
	font-weight:bold;
	margin-right:10px;
}
.hyy>a {
	display:block;
	height:36px;
	line-height:36px;
	text-align:center;
	background-color:#0289ff;
	color:#fff;
}
.ldbz1 .am-new-list .am-tabs-default .am-tabs-nav li a i.zcfgc {
	background:url(../images/sj-gx3-1.png) center no-repeat;
	background-size:100%;
}
.ldbz1 .am-new-list .am-tabs-default .am-tabs-nav li a i.zcjdc {
	background:url(../images/sj-gx4-1.png) center no-repeat;
	background-size:100%;
}
.ldbz1 .am-tabs-default .am-tabs-nav > li.am-active a i.zcfgc {
	background:url(../images/sj-gx3.png) center no-repeat;
	background-size:100%;
}
.ldbz1 .am-tabs-default .am-tabs-nav > li.am-active a i.zcjdc {
	background:url(../images/sj-gx4.png) center no-repeat;
	background-size:100%;
}
.ldbz2 img {
	width:100%;
}
.zcykt2 {
	overflow:hidden;
}
.zcykt3 {
	overflow:hidden;
	-height:130px;
	background:url(../images/sj-zcykt1.jpg) center no-repeat;
	margin:14px 0;
	padding:14px 0;
	background-size:cover;
}
.zcykt3 img {
	width:32%;
	float:left;
	margin:12px 10px 0 7%;
}
.zcykt3 a {
	display:block;
	float:left;
	width:130px;
	margin-top:46px;
	text-align:center;
	height:30px;
	line-height:30px;
	color:#fff;
	border:1px solid #fff;
	border-radius:20px;
}
.zcykt4 p {
	line-height:32px;
	overflow:hidden;
}
.zcykt4 p.zt {
	font-weight:bold;
}
.zcykt4 p span {
	float:left;
	width:70px;
}
.zcykt4 p em {
	float:left;
	font-style:normal;
	width:75%;
}
.rsks2 .wtjd {
	padding:10px 0;
}
.rsks2 .wtjd>div {
	border-bottom:1px dashed #bfbfbf;
	margin:14px 0;
	padding-bottom:10px;
}
.rsks2 .wtjd>div h6 {
	overflow:hidden;
	margin-bottom:10px;
}
.rsks2 .wtjd>div h6 b {
	float:left;
	display:block;
	width:28px;
	height:28px;
	line-height:28px;
	color:#fff;
	background-color:#0289ff;
	text-align:center;
	border-radius:8px;
	font-weight:normal;
	margin-right:10px;
}
.rsks2 .wtjd>div h6 a {
	display:block;
	float:left;
	width:86%;
	line-height:28px;
	height:28px;
	border:0px;
	color:#0289ff;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	font-size:16px;
}
.rsks2 .wtjd>div p {
	overflow:hidden;
}
.rsks2 .wtjd>div p b {
	float:left;
	display:block;
	width:28px;
	height:28px;
	line-height:28px;
	color:#fff;
	background-color:#f07627;
	text-align:center;
	border-radius:8px;
	font-weight:normal;
	margin-right:10px;
}
.rsks2 .wtjd>div p a {
	display:block;
	float:left;
	width:90%;
	line-height:28px;
	border:0px;
	height:auto;
}
.rsks5 {
	overflow:hidden;
	margin:20px 0;
}
.rsks5 a {
	display:block;
	float:left;
	width:48%;
	margin-bottom:14px;
}
.rsks5 a img {
	width:100%;
}
.rsks5 a:nth-child(even) {
float:right;
}
.rsks6 img {
	width:100%;
}
.lbnrc {
	overflow:hidden;
	margin:14px auto;
}
.lbnrc h1 {
	text-align:center;
	font-size:18px;
	color:#0289ff;
	width:94%;
	margin:0 auto;
	line-height:34px;
}
.lbnrc p {
	margin:10px auto;
	overflow:hidden;/*	text-align:center;
	border-bottom:1px solid #eee;
	padding-bottom:16px;*/
}
.lbnrc p img {
	width:100%;
}
.lbnrc p span {
	/*color:#a7a2a2;*/
	line-height:30px;
	font-size:14px;
}
.lbnrc p span:first-child {
	/*	border-right:1px solid #ccc;
	padding-right:10px;
	margin-right:10px;*/
}
.lbnrc div {
	line-height:34px;
}
.zzfw a {
	width:48%;
	height:60px;
	line-height:60px;
	float:left;
	background-color:#e6e6fb;
	border:0px;
	border-radius:10px;
	margin:10px 0;
	font-size:13px;
	color:#4476d7;
	overflow:hidden;
}
.zzfw a:nth-child(even) {
float:right;
}
.zzfw a img {
	width:22px;
	vertical-align:middle;
	margin:0 10px 0 10px;
}
.fwrs {
	overflow:hidden;
}
.fwrs div {
	overflow:hidden;
	border-bottom:1px dashed #ccc;
	line-height:40px;
}
.fwrs div p {
	float:left;
	font-size:14px;
}
.fwrs div p:first-child {
	margin-right:10px;
}
.fwrs div p span {
	color:#0289ff;
	margin-right:8px;
}
.fwrs div p b {
	font-weight:normal;
}
.zyjbds {
	overflow:hidden;
	margin-top:18px;
}
.zyjbds a {
	display:block;
	float:left;
	margin-bottom:8px;
	width:48%;
}
.zyjbds a img {
	width:100%;
}
.zyjbds a:nth-child(even) {
float:right;
}
.zyjn1 {
	margin-bottom:14px;
}
.zyjn1 .swiper-slide a {
	display:block;
	position:relative;
	overflow:hidden;
}
.zyjn1 .swiper-slide a p {
	position:absolute;
	bottom:0px;
	left:0px;
	height:30px;
	line-height:30px;
	background:rgba(0, 0, 0, 0.4);
	color:#fff;
	font-size:12px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	width:96%;
	padding:0 2%;
}
.xszp {
	overflow:hidden;
	margin-top:10px;
}
.xszp a {
	display:block;
	float:left;
	width:32%;
	margin-right:2%;
}
.xszp a:last-child {
	margin-right:0px;
}
.xszp a img {
	display:block;
	width:100%;
}
/*优化营商环境开始*/
.banner img {
	width: 100%;
	margin-top:12px;
}
.zdh {
	width: 100%;
	height: 6.2rem;
	background-color: #fff;
}
.zdh .lzdh {
	text-align: center;
}
.zdh .lzdh li {
	float:left;
	margin-left: 10%;
	width: 34%;
	padding-top: 0.8rem;
}
.zdh .lzdh .ld {
	color: #0074fb;
	padding-bottom: 0.8rem;
	border-bottom:3px solid #0074fb;
	padding-top: 0.8rem;
}
.zdh .lzdh .ld a {
	color: #0074fb;
}
.zdh .lzdh .ld1 {
	margin-top: 2rem;
}
#xwye {
	margin-top: 0;
}
.xwye {
	width: 100%;
	background-color: #fff;
	margin-top: 0.6rem;
}
.xwye h2 {
	font-size: 18px;
	color:#0289ff;
	line-height: 32px;
	margin-left: 2rem;
	margin-bottom: 0.7rem;
	color: #000;
}
.xwye .u1 {
	display: block;
	width: 100%;
}
.xwye .u1 li {
	float: left;
	width: 25%;
	height: 40px;
	margin-left: 3rem;
	line-height: 40px;
	text-align:center;
}
.xwye .u1 li.hover {
	border-radius: 20px;
	background-color: #0074fb;
	text-align: center;
	color:#FFFFFF;
}
.xwye .u1 li.hover a {
	color:#FFFFFF;
}
.zcxw {
	width: 88%;
	margin: 0 auto;
	padding-top:2rem;
}
.zcxw ul .li2 {
	margin-top: 6rem;
}
.zcxw ul li {
	text-align: left;
	border-bottom: 1px solid #999;
	margin-bottom: 1rem;
}
.zcxw ul li p {
	line-height: 18px;
	margin-bottom: 1rem;
	font-weight: 500;
}
.zcxw ul li em {
	display: block;
	font-size: 12px;
	margin: 1.5rem 0;
	line-height: 1rem;
	font-style:normal;
	color: #999;
}
.gdxw {
	width: 50%;
	margin-left: 25%;
	text-align: center;
	font-size: 14px;
	height: 3rem;
}
.gdxw a {
	display:block;
	width: 100%;
}
.gdxw a p {
	font-size: 14px;
	line-height: 2.4rem;
	text-align: center;
	display: inline-block;
	margin-right: 0.3rem;
}
.gdxw a img {
	vertical-align: middle;
}
.dbt1 {
	width: 100%;
	text-align: center;
	height: 5rem;
	position: relative;
}
.dbt1 .xfk {
	width: 15%;
	height: 0.6rem;
	position: absolute;
	background-color: #0074fb;
	top: 60%;
	right: 42%;
	opacity: 0.2;
}
.dbt1 h2 {
	font-size: 20px;
	color:#0074fb;
	line-height: 5rem;
}
.dbt1 h2 a {
	color:#0074fb;
}
/*党史学习教育*/
.head img {
	width: 100%;
}
.head div {
	width: 100%;
	background-color: #E51D20;
	height: 0.5rem;
	margin-top: -0.4rem;
	z-index: 100;
}
.swiper-container {
	width: 100%;
}
.swiper-container .swiper-slide {
	width: 100%;
}
.swiper-container .swiper-slide img {
	width: 100%;
	height:150px;
}
.gzdt {
	width:96%;
	margin: 0 auto;
}
.gzdt h2 {
	overflow: hidden;
	color: #FF0004;
	margin: 5px auto 4px auto;
	font-size: 16px;
	line-height: 30px;
}
.gzdt h2 span {
	width: 4px;
	height: 20px;
	background-color: #FF0004;
	vertical-align: middle;
	display: inline-block;
	margin-right: 12px;
}
.contain {
	width:96%;
	margin: 0 auto;
	overflow: hidden;
}
.contain a {
	display: block;
	font-size: 16px;
	line-height:36px;
}
.contain a span {
	line-height: 24px;
}
.contain a img {
	width: 1.5%;
}
.contain a em {
	float: right;
	color: #939292;
	font-style:normal;
	font-size: 14px;
	font-weight: 300;
}
.xcdt {
	width:96%;
	margin: 0 auto;
}
.xcdt img {
	width:100%;
	margin-bottom: 10px;
}
.xcdt img:first-child {
	margin-top: 10px;
}
.dbf {
	overflow:hidden;
	padding:14px 14px 0 14px;
	background-color:#d8e6f3;
}
.xgljs {
	overflow:hidden;
	border-bottom:1px solid #999;
	padding-bottom:10px;
}
.xgljs a {
	display:block;
	line-height:34px;
}
.dbbs {
	margin:10px 0;
}
.dbbs>a {
	font-size:12px;
	line-height:30px;
	color:#677685;
	margin-right:8px;
}
.dbbs div a img {
	width:66px;
	margin:0 auto;
	display:block;
}
.dkxx {
	overflow: hidden;
	margin: 10px auto;
	width: 96%;
}
.dkxx a {
	display: block;
	float: left;
	width: 48%;
}
.dkxx a img {
	width: 100%;
}
.dkxx a:last-child {
	float: right;
}
/*达标评比css样式*/
.dbbanner {
	width: 100%;
}
.dbbanner a img {
	width: 100%;
}
.dxxs {
	width: 100%;
	margin:0 auto;
	margin-left: 2%;
}
.dxxs h3 {
	font-size: 18px;
	margin-top: 15px;
}
.dxxs p {
	font-size:16px;
	color:#999;
	line-height: 20px;
	margin-bottom: 10px;
}
.tutu {
	width:98%;
	height: 310px;
	margin: 0 auto;
}
.tutu ul {
	display: block;
	width:98%;
	margin: 0 auto;
}
.tutu ul li {
	display:block;
	width: 47%;
	height: 142px;
	float: left;
	border: 1px solid #f4f4f4;
	margin-bottom: 11px;
	border-radius: 5px;
}
.tutu ul li img {
	width:100%;
	height:96px;
	margin-bottom: 5px;
}
.tutu ul li:nth-child(odd) {
margin-right: 3%;
margin-bottom: 8px;
}
.tutu ul li p {
	font-size: 12px;
}
.bztb {
	width: 96%;
	margin: 0 auto;
}
.bztb ul .li2 {
	margin-top: 6rem;
}
.huibian {
	width:100%;
	height: 15px;
	background: #f4f4f4;
}
.bztb ul li {
	text-align: left;
	border-bottom: 1px solid #999;
	margin-bottom: 1rem;
}
.bztb ul li p {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 1rem;
	font-weight: 500;
}
.bztb ul li em {
	display: block;
	font-size: 12px;
	margin-bottom: 1rem;
	line-height: 1rem;
	font-style:normal;
	color: #999;
}
.jdts {
	width:96%;
	margin: 0 auto;
	height: 90px;
}
.jdts p {
	font-size:14px;
}
/*达标评比css样式结束
/*手机地图样式*/
.bigbox {
	overflow: hidden;
}
.zx {
	border-left: 3px solid #0089fe;
	padding-left: 15px;
	color: #3a88f7;
	font-size:16px;
	margin-bottom: 20px;
}
.contain {
	overflow: hidden;
	margin-bottom: 10px;
}
.contain li {
	display: block;
	width: 47%;
	height: 40px;
	background: #ecf0f7;
	float: left;
	margin-bottom: 10px;
}
.contain li:nth-child(even) {
margin-left: 2%;
}
.contain li a {
	display: block;
	width: 100%;
	height: 40px;
	text-align: center;
	line-height: 40px;
	margin-bottom: 10px;
}
/*手机地图样式结束*
/*社保你我他css样式开始*/
.sbnwbt h1 {
	overflow:hidden;
	font-size:20px;
	margin:10px auto;
	padding-left:25px;
	background:url(../images/sj-sbnwt06.png) no-repeat;
}
/*社保你我他css样式结束*/ 
/*习近平法制思想专栏*/
.fzsxph .zxzxc .zqyj li {
	width:47%;
	margin:4px 1%;
	padding:0;
	text-align:center;
}
/*人设热点问答*/
.rd-ban {
    width: 100%;
    height: auto;
    position: relative;
}
.rd-ban > img {
    width: 100%;
}
.rd-bd {
    width: 100%;
    margin: 0 auto;
    height: 40px;
    position: relative;
    top: -24px;
}
.rd-bd1 {
    width: 86%;
    margin: 0 auto;
    height: 40px;
    box-shadow: 1px 1px 5px #999;
    background: #fff;
}
.rd-bd1 > input {
    width: 78%;
    height: 40px;
    line-height: 40px;
    float: left;
    padding-left: 5px;
}
.rd-bd1 > button {
    width: 20%;
    height: 40px;
    background: url("../images/sj-rdssk.png") center center no-repeat;
    float: right;
}
.rd-qyp {
    width: 94%;
    margin: 0 auto;
}
.rd-qyp > img {
    width: 100%;
}
.rd-contain {
    width: 94%;
     margin: 10px auto 20px;
}
.zqyj a {
    /*float: left;*/
    height: 40px;
    line-height: 40px;
    /*border: 1px solid #b4c0cb;*/
    padding: 0 1.4%;
    /*margin: 1% 1.3%;*/
}
.zqyj a.hover {
    background: url(../images/sj-rdzfbg.png) #fff 101% bottom no-repeat;
    border: 1px solid #1682ec;
}
.sjzcfg a {
	margin: 0;
	padding: 0;
}
.rd-contain .zqyj a {
    float: left;
    height: 40px;
    line-height: 40px;
    border: 1px solid #b4c0cb;
    padding: 0 1.4%;
    margin: 1% 1.3%;
}
.rd-contain .zqyj a.hover {
    background: url(../images/sj-rdzfbg.png) #fff 101% bottom no-repeat;
    border: 1px solid #1682ec;
}
.box {
    display: none;
}
.box .btn {
    height: 45px;
}
.box .btn span {
    float: left;
    line-height: 30px;
    height: 45px;
    text-align: center;
    display: block;
    width: 25%;
}
.box .btn span a {
    color: #666;
    font-size: 14px;
}
.box .btn span.hov {
    background: url("../images/sj-rdbt.png")bottom center no-repeat;
}
.box .btn span.hov a {
    color: #a4251c;
}
.con {
    display: none;
}
.fzqyp li {
    background: url(../images/sj-rdqq.png) no-repeat left center transparent;
    padding-left: 15px;
    position: relative;
    zoom: 1;
    line-height: 32px;
}
.fzqyp li a {
    font-size: 15px;
    font-weight: 600;
}
/*----------------------------------------end*/




@media screen and (max-width: 375px) {
 .syss > div input[type="text"] {
width:78%;
}
 .bmc div a p {
font-size:13px;
}
 .zxzx ul li a {
width:80%;
}
 .am-slider-default .am-control-nav {
right:-100px;
}
 .zqyj li {
padding: 0 5%;
}
}
@media screen and (max-width: 320px) {
 .zxwz div p a span {
width:74%;
}
 .accordion > li > a {
font-size:14px;
}
 .wzwz a {
font-size:14px;
}
 .zqyj li {
padding: 0 1.5%;
}
}
